PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardPrintFieldRole Enumeration
In This Topic
    PDFStandardPrintFieldRole Enumeration
    In This Topic
    Specifies the available values for PDFStandardPrintFieldAttribute.setRole method.
    Members
    MemberDescription
    CHECKBOXCheck box field.
    LISTBOXList box field.
    NOT_SETThe role is not set.
    PUSHBUTTONPush button field.
    RADIOBUTTONRadio button field.
    TEXTBOXText box field.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardPrintFieldRole

    See Also